home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1985 May / Ahoy_Magazine_85-05_1985_Double_L.d64 / raid d-boot (.txt) < prev    next >
Commodore BASIC  |  2022-10-26  |  276b  |  9 lines

  1. 10 print chr$(147);chr$(5):poke 53280,14:poke 53281,6
  2. 20 for i=1 to 6:print chr$(17):next
  3. 30 for i=1 to 16:print chr$(29);:next:print"loading"
  4. 40 print chr$(19);chr$(31);"poke 8192,0:poke 44,32:new"
  5. 50 print chr$(17);chr$(17);"load"chr$(34)"raid"chr$(34)",8"
  6. 60 poke 198,10
  7. 70 data 19,13,13,32,32,32,82,85,78,13
  8. 80 for i=1 to 10:read x:poke 630+i,x:next
  9.